ComponentOne Xamarin.Android
FilterChanged Event (C1CursorCollectionView<T,K>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CursorCollectionView<T,K> Class : FilterChanged Event
Raised after a filter operation was performed.
Syntax
'Declaration
 
Public Event FilterChanged As EventHandler
'Usage
 
Dim instance As C1CursorCollectionView(Of T,K)
Dim handler As EventHandler
 
AddHandler instance.FilterChanged, handler
public event EventHandler FilterChanged
See Also

Reference

C1CursorCollectionView<T,K> Class
C1CursorCollectionView<T,K> Members